ci: ignore upgrade test failures for now#527
Closed
flavorjones wants to merge 1 commit intomainfrom
Closed
Conversation
86ba5fe to
0a8403c
Compare
They started failing in CI with this error from the tailwind upgrade tool:
│ Migrating templates…
TypeError: Cannot read properties of undefined (reading 'flatMap')
at ca (file:///home/runner/.npm/_npx/0044b4041b3b52e1/node_modules/@tailwindcss/upgrade/dist/index.mjs:229:5661)
The upgrade tool failed!
You probably need to update your configuration. Please read the error messages,
and check the Tailwind CSS upgrade guide at https://tailwindcss.com/docs/upgrade-guide.
and I can't reproduce it locally, and have timed out on trying to fix
it through CI feedback loops.
0a8403c to
cc1afd8
Compare
flavorjones
added a commit
to flavorjones/tailwindcss-ruby
that referenced
this pull request
Apr 5, 2025
The tailwind upgrade tool started failing in the CI environment ref: rails/tailwindcss-rails#527
Member
Author
|
Closing in favor of #529 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
They started failing in CI with this error from the tailwind upgrade tool:
and I can't reproduce it locally, and have timed out on trying to fix it through CI feedback loops.